[INFO] cloning repository https://github.com/lundybernard/rust-python-interoperability
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lundybernard/rust-python-interoperability" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flundybernard%2Frust-python-interoperability", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flundybernard%2Frust-python-interoperability'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35577826f1b94e9ef6d9cba76ae67e71a78064a4
[INFO] testing lundybernard/rust-python-interoperability against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flundybernard%2Frust-python-interoperability" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lundybernard/rust-python-interoperability
[INFO] finished tweaking git repo https://github.com/lundybernard/rust-python-interoperability
[INFO] tweaked toml for git repo https://github.com/lundybernard/rust-python-interoperability written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lundybernard/rust-python-interoperability on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lundybernard/rust-python-interoperability already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scraper v0.22.0
[INFO] [stderr]   Downloaded pyo3-macros v0.23.4
[INFO] [stderr]   Downloaded cc v1.2.9
[INFO] [stderr]   Downloaded ego-tree v0.10.0
[INFO] [stderr]   Downloaded primes v0.4.0
[INFO] [stderr]   Downloaded pyo3-build-config v0.23.4
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.23.4
[INFO] [stderr]   Downloaded pyo3-ffi v0.23.4
[INFO] [stderr]   Downloaded pyo3 v0.23.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b28f8235f2df03b8b75ed109ca0bd2737dba333aea377aa7da3ae9b47dc9205
[INFO] running `Command { std: "docker" "start" "-a" "1b28f8235f2df03b8b75ed109ca0bd2737dba333aea377aa7da3ae9b47dc9205", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b28f8235f2df03b8b75ed109ca0bd2737dba333aea377aa7da3ae9b47dc9205", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b28f8235f2df03b8b75ed109ca0bd2737dba333aea377aa7da3ae9b47dc9205", kill_on_drop: false }`
[INFO] [stdout] 1b28f8235f2df03b8b75ed109ca0bd2737dba333aea377aa7da3ae9b47dc9205
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90e2c7d16d14944793459d473a8c2d7f3b4c4f832d7f64cb049d235d353c172f
[INFO] running `Command { std: "docker" "start" "-a" "90e2c7d16d14944793459d473a8c2d7f3b4c4f832d7f64cb049d235d353c172f", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling cc v1.2.9
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling rustls v0.23.21
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling servo_arc v0.4.0
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling shared_child v1.0.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling os_pipe v1.2.1
[INFO] [stderr]    Compiling ego-tree v0.10.0
[INFO] [stderr]    Compiling primes v0.4.0
[INFO] [stderr]    Compiling welcome v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/00_welcome)
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling pyo3-build-config v0.23.4
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling verifier v0.1.0 (/opt/rustwide/workdir/verifier)
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pyo3-ffi v0.23.4
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.4
[INFO] [stderr]    Compiling pyo3 v0.23.4
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling html5ever v0.29.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling pyo3-macros v0.23.4
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling selectors v0.26.0
[INFO] [stderr]    Compiling markup5ever v0.14.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling cssparser v0.34.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling scraper v0.22.0
[INFO] [stderr]    Compiling parent v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/06_parent)
[INFO] [stderr]    Compiling setup v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/01_setup)
[INFO] [stderr]    Compiling immutable v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/05_immutable_types)
[INFO] [stderr]    Compiling exceptions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/07_exceptions)
[INFO] [stderr]    Compiling methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/02_methods)
[INFO] [stderr]    Compiling outro2 v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/07_outro)
[INFO] [stderr]    Compiling functions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/03_functions)
[INFO] [stderr]    Compiling gil2 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/02_gil)
[INFO] [stderr]    Compiling setters v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/03_setters)
[INFO] [stderr]    Compiling gil v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/05_gil)
[INFO] [stderr]    Compiling constructors v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/01_constructors)
[INFO] [stderr]    Compiling inheritance v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/05_inheritance)
[INFO] [stderr]    Compiling static_methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/04_static_methods)
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pyo3::types::PyLong;
[INFO] [stdout]   |                  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                                                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]  --> exercises/02_classes/06_parent/src/lib.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parent(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]   |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/07_outro/src/lib.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn outro2(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]  --> exercises/01_intro/03_functions/src/lib.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn functions(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]   |              ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `price` are never read
[INFO] [stdout]  --> exercises/02_classes/03_setters/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct Item {
[INFO] [stdout]   |        ---- fields in this struct
[INFO] [stdout] 6 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 7 |     price: u64,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let text = text.to_str()?;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_count_chunk` is never used
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:27:4
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn word_count_chunk(chunk: &str) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_into_chunks` is never used
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn split_into_chunks(text: &str, n: usize) -> Vec<&str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let area: u32 = todo!();
[INFO] [stdout]    |                         ------- any code following this expression is unreachable
[INFO] [stdout] 29 |         area
[INFO] [stdout]    |         ^^^^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let area: u32 = todo!();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn compute_area<'py>(python: Python<'py>, shape: Bound<'py, Rectangle>) -> u32 {
[INFO] [stdout]    |                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `length` are never read
[INFO] [stdout]  --> exercises/03_concurrency/05_immutable_types/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Rectangle {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 5 |     width: u32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 6 |     length: u32,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/05_inheritance/src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn inheritance(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling modules v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/02_modules)
[INFO] [stderr]    Compiling pyclass v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/00_pyclass)
[INFO] [stderr]    Compiling arguments v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/04_arguments)
[INFO] [stderr]    Compiling release v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/03_releasing_the_gil)
[INFO] [stderr]    Compiling output v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/06_output)
[INFO] [stderr]    Compiling outro1 v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/08_outro)
[INFO] [stderr]    Compiling minimize v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/04_minimize_gil_locking)
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/00_pyclass/src/lib.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn pyclass(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |            ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `python`
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     python: Python<'python>,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_python`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numbers`
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     numbers: Bound<'python, PyList>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling outro3 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/06_outro)
[INFO] [stdout] warning: unused variable: `start_from`
[INFO] [stdout]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_from`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_map`
[INFO] [stdout]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stdout]    |                                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.39s
[INFO] running `Command { std: "docker" "inspect" "90e2c7d16d14944793459d473a8c2d7f3b4c4f832d7f64cb049d235d353c172f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90e2c7d16d14944793459d473a8c2d7f3b4c4f832d7f64cb049d235d353c172f", kill_on_drop: false }`
[INFO] [stdout] 90e2c7d16d14944793459d473a8c2d7f3b4c4f832d7f64cb049d235d353c172f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 324da00e9cb5191dbcaca78238de5add487f72bec49990b33ada68786b2ac0f7
[INFO] running `Command { std: "docker" "start" "-a" "324da00e9cb5191dbcaca78238de5add487f72bec49990b33ada68786b2ac0f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling welcome v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/00_welcome)
[INFO] [stderr]    Compiling verifier v0.1.0 (/opt/rustwide/workdir/verifier)
[INFO] [stderr]    Compiling constructors v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/01_constructors)
[INFO] [stderr]    Compiling output v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/06_output)
[INFO] [stderr]    Compiling pyclass v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/00_pyclass)
[INFO] [stderr]    Compiling immutable v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/05_immutable_types)
[INFO] [stderr]    Compiling minimize v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/04_minimize_gil_locking)
[INFO] [stderr]    Compiling modules v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/02_modules)
[INFO] [stderr]    Compiling methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/02_methods)
[INFO] [stderr]    Compiling outro2 v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/07_outro)
[INFO] [stderr]    Compiling setters v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/03_setters)
[INFO] [stderr]    Compiling release v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/03_releasing_the_gil)
[INFO] [stderr]    Compiling setup v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/01_setup)
[INFO] [stderr]    Compiling functions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/03_functions)
[INFO] [stderr]    Compiling arguments v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/04_arguments)
[INFO] [stderr]    Compiling outro3 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/06_outro)
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/07_outro/src/lib.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn outro2(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]  --> exercises/01_intro/03_functions/src/lib.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn functions(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]   |              ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/00_pyclass/src/lib.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn pyclass(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |            ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pyo3::types::PyLong;
[INFO] [stdout]   |                  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                                                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `python`
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     python: Python<'python>,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_python`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `numbers`
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     numbers: Bound<'python, PyList>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_from`
[INFO] [stdout]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_from`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_map`
[INFO] [stdout]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stdout]    |                                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `price` are never read
[INFO] [stdout]  --> exercises/02_classes/03_setters/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct Item {
[INFO] [stdout]   |        ---- fields in this struct
[INFO] [stdout] 6 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 7 |     price: u64,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling static_methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/04_static_methods)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let area: u32 = todo!();
[INFO] [stdout]    |                         ------- any code following this expression is unreachable
[INFO] [stdout] 29 |         area
[INFO] [stdout]    |         ^^^^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let area: u32 = todo!();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn compute_area<'py>(python: Python<'py>, shape: Bound<'py, Rectangle>) -> u32 {
[INFO] [stdout]    |                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `length` are never read
[INFO] [stdout]  --> exercises/03_concurrency/05_immutable_types/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Rectangle {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 5 |     width: u32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 6 |     length: u32,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parent v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/06_parent)
[INFO] [stderr]    Compiling gil2 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/02_gil)
[INFO] [stderr]    Compiling gil v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/05_gil)
[INFO] [stderr]    Compiling exceptions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/07_exceptions)
[INFO] [stderr]    Compiling inheritance v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/05_inheritance)
[INFO] [stderr]    Compiling outro1 v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/08_outro)
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]  --> exercises/02_classes/06_parent/src/lib.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parent(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]   |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]   --> exercises/02_classes/05_inheritance/src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn inheritance(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let text = text.to_str()?;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_count_chunk` is never used
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:27:4
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn word_count_chunk(chunk: &str) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_into_chunks` is never used
[INFO] [stdout]   --> exercises/03_concurrency/02_gil/src/lib.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn split_into_chunks(text: &str, n: usize) -> Vec<&str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.91s
[INFO] running `Command { std: "docker" "inspect" "324da00e9cb5191dbcaca78238de5add487f72bec49990b33ada68786b2ac0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "324da00e9cb5191dbcaca78238de5add487f72bec49990b33ada68786b2ac0f7", kill_on_drop: false }`
[INFO] [stdout] 324da00e9cb5191dbcaca78238de5add487f72bec49990b33ada68786b2ac0f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af55c38ae843c87e96af1b57469e7b4b8f5ebb6e21d5db2e435bcb0a34f552e0
[INFO] running `Command { std: "docker" "start" "-a" "af55c38ae843c87e96af1b57469e7b4b8f5ebb6e21d5db2e435bcb0a34f552e0", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]   --> exercises/02_classes/00_pyclass/src/lib.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | fn pyclass(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stderr]    |            ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]   --> exercises/02_classes/07_outro/src/lib.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn outro2(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stderr]    |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]  --> exercises/01_intro/03_functions/src/lib.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn functions(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stderr]   |              ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 | use pyo3::types::PyLong;
[INFO] [stderr]   |                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stderr]    |
[INFO] [stderr] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stderr]    |                                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stderr]    |
[INFO] [stderr] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stderr]    |                                                                        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pyclass` (lib test) generated 1 warning (run `cargo fix --lib -p pyclass --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `outro2` (lib test) generated 1 warning (run `cargo fix --lib -p outro2 --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `functions` (lib test) generated 1 warning (run `cargo fix --lib -p functions --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `methods` (lib test) generated 3 warnings
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]  --> exercises/02_classes/06_parent/src/lib.rs:9:11
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn parent(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stderr]   |           ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `price` are never read
[INFO] [stderr]  --> exercises/02_classes/03_setters/src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | struct Item {
[INFO] [stderr]   |        ---- fields in this struct
[INFO] [stderr] 6 |     name: String,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 7 |     price: u64,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `text`
[INFO] [stderr]   --> exercises/03_concurrency/02_gil/src/lib.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let text = text.to_str()?;
[INFO] [stderr]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `word_count_chunk` is never used
[INFO] [stderr]   --> exercises/03_concurrency/02_gil/src/lib.rs:27:4
[INFO] [stderr]    |
[INFO] [stderr] 27 | fn word_count_chunk(chunk: &str) -> usize {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `split_into_chunks` is never used
[INFO] [stderr]   --> exercises/03_concurrency/02_gil/src/lib.rs:32:4
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn split_into_chunks(text: &str, n: usize) -> Vec<&str> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `python`
[INFO] [stderr]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     python: Python<'python>,
[INFO] [stderr]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_python`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `numbers`
[INFO] [stderr]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 |     numbers: Bound<'python, PyList>,
[INFO] [stderr]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_numbers`
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let area: u32 = todo!();
[INFO] [stderr]    |                         ------- any code following this expression is unreachable
[INFO] [stderr] 29 |         area
[INFO] [stderr]    |         ^^^^ unreachable expression
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `area`
[INFO] [stderr]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let area: u32 = todo!();
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `shape`
[INFO] [stderr]   --> exercises/03_concurrency/05_immutable_types/src/lib.rs:26:43
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn compute_area<'py>(python: Python<'py>, shape: Bound<'py, Rectangle>) -> u32 {
[INFO] [stderr]    |                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `width` and `length` are never read
[INFO] [stderr]  --> exercises/03_concurrency/05_immutable_types/src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Rectangle {
[INFO] [stderr]   |        --------- fields in this struct
[INFO] [stderr] 5 |     width: u32,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr] 6 |     length: u32,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]   --> exercises/02_classes/05_inheritance/src/lib.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 | fn inheritance(m: &Bound<'_, PyModule>) -> PyResult<()> {
[INFO] [stderr]    |                ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `parent` (lib test) generated 1 warning (run `cargo fix --lib -p parent --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `setters` (lib test) generated 1 warning
[INFO] [stderr] warning: `gil2` (lib test) generated 3 warnings (run `cargo fix --lib -p gil2 --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `minimize` (lib test) generated 2 warnings (run `cargo fix --lib -p minimize --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `immutable` (lib test) generated 4 warnings (run `cargo fix --lib -p immutable --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `inheritance` (lib test) generated 1 warning (run `cargo fix --lib -p inheritance --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `start_from`
[INFO] [stderr]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:17
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stderr]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_from`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `site_map`
[INFO] [stderr]   --> exercises/03_concurrency/06_outro/src/lib.rs:46:37
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn site_map(start_from: String, site_map: Bound<'_, PySet>) {
[INFO] [stderr]    |                                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_map`
[INFO] [stderr] 
[INFO] [stderr] warning: `outro3` (lib test) generated 2 warnings (run `cargo fix --lib -p outro3 --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/arguments-4d3ec7b26050a8c8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/constructors-9c82c0463624c326)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exceptions-a838752a802ac406)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/functions-dbe85db5a3cc5797)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gil-4afcf731ca0014f9)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gil2-ea96204565bb6111)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/immutable-5c146bbcdc1bc094)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inheritance-9b3ef3ba8da9264f)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/methods-6c78556cb31cc322)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minimize-7e2b298753931c16)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/modules-6c23e3c2ddb9b967)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/output-966ceb60043cf39c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro1-6bf4923691346c7d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro2-2793c077bc1e3c67)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro3-b434e9f03d588e5b)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parent-3816d0de0802d886)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pyclass-181f08c039f3f78d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/release-9e584ea7e6333e86)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/setters-2cfe166e55346cad)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/setup-2d5ca59884bafaf3)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/static_methods-36786990d7e2d51b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/verifier-4f5a71101b67b23a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/welcome-b2db0e5fd912e292)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::uv_is_installed_and_on_path ... FAILED
[INFO] [stdout] test tests::test_welcome ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::uv_is_installed_and_on_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::uv_is_installed_and_on_path' (41) panicked at exercises/01_intro/00_welcome/src/lib.rs:36:14:
[INFO] [stdout] Failed to run uv: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60fb31b0f988 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60fb31b0f988 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60fb31b0f988 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60fb31b0f988 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60fb31b2374a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60fb31b2374a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x60fb31b141a2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x60fb31b141a2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x60fb31aeea36 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60fb31aeea36 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60fb31b07ed9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60fb31aa3e8c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x60fb31aa3e8c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `-p welcome --lib`
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60fb31b08092 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x60fb31b08092 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60fb31aeeaf2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60fb31ae3cf9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60fb31aef80d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60fb31b23e3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60fb31b23c12 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x60fb31a93b53 - <core[28b146924c2f19c6]::result::Result<std[929523f510218772]::process::Output, std[929523f510218772]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60fb31a95101 - welcome[e2738b8cabd20262]::tests::uv_is_installed_and_on_path
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:36:14
[INFO] [stdout]   22:     0x60fb31a93a47 - welcome[e2738b8cabd20262]::tests::uv_is_installed_and_on_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:32:37
[INFO] [stdout]   23:     0x60fb31a96b96 - <welcome[e2738b8cabd20262]::tests::uv_is_installed_and_on_path::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60fb31a96f6b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60fb31a96f6b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x60fb31aa47e5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x60fb31aa47e5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x60fb31aa47e5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x60fb31aa47e5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x60fb31a9f344 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x60fb31a9f344 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x60fb31aa7862 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x60fb31aa7862 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x60fb31aa7862 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x60fb31aa7862 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60fb31aa7862 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60fb31aa7862 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x60fb31aa7862 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x60fb31b0f2ef - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x60fb31b0f2ef - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7d1d1a522aa4 - <unknown>
[INFO] [stdout]   45:     0x7d1d1a5afa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_welcome stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_welcome' (40) panicked at exercises/01_intro/00_welcome/src/lib.rs:28:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "I'm ready to start _!"
[INFO] [stdout]  right: "I'm ready to start the course!"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60fb31b0f988 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60fb31b0f988 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60fb31b0f988 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60fb31b0f988 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60fb31b2374a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60fb31b2374a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x60fb31b141a2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x60fb31b141a2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x60fb31aeea36 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60fb31aeea36 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60fb31b07ed9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60fb31aa3e8c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x60fb31aa3e8c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60fb31b08092 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x60fb31b08092 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60fb31aeeaf2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60fb31ae3cf9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60fb31aef80d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60fb31b23e3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60fb31b23d53 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x60fb31a931f4 - core[28b146924c2f19c6]::panicking::assert_failed::<&str, &str>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x60fb31a9505a - welcome[e2738b8cabd20262]::tests::test_welcome
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:28:9
[INFO] [stdout]   22:     0x60fb31a93a17 - welcome[e2738b8cabd20262]::tests::test_welcome::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:27:22
[INFO] [stdout]   23:     0x60fb31a96b56 - <welcome[e2738b8cabd20262]::tests::test_welcome::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60fb31a96f6b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60fb31a96f6b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x60fb31aa47e5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x60fb31aa47e5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x60fb31aa47e5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x60fb31aa47e5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x60fb31aa47e5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x60fb31a9f344 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x60fb31a9f344 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x60fb31aa7862 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x60fb31aa7862 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x60fb31aa7862 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x60fb31aa7862 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60fb31aa7862 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60fb31aa7862 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x60fb31aa7862 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x60fb31b0f2ef - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x60fb31b0f2ef - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7d1d1a522aa4 - <unknown>
[INFO] [stdout]   45:     0x7d1d1a5afa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_welcome
[INFO] [stdout]     tests::uv_is_installed_and_on_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "af55c38ae843c87e96af1b57469e7b4b8f5ebb6e21d5db2e435bcb0a34f552e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af55c38ae843c87e96af1b57469e7b4b8f5ebb6e21d5db2e435bcb0a34f552e0", kill_on_drop: false }`
[INFO] [stdout] af55c38ae843c87e96af1b57469e7b4b8f5ebb6e21d5db2e435bcb0a34f552e0
